home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / uni_cycl.swf / scripts / frame_18 / PlaceObject2_151_81 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2010-03-13  |  417b  |  19 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.cycling == true)
  3.    {
  4.       if(this.hitTest(_root.dog))
  5.       {
  6.          if(pl1 == 1)
  7.          {
  8.             this.gotoAndPlay(20);
  9.             _root.dog.go = false;
  10.             _root.wheel.blast = true;
  11.             _root.wheel.chal = 2;
  12.             _root.dog.gotoAndPlay(5);
  13.             _root.butt._visible = true;
  14.             pl1 = 2;
  15.          }
  16.       }
  17.    }
  18. }
  19.